1 字体属性:

font-family: 设置字体
font-size:设置字体大小。
font-style:字体风格

文字属性:

1 letter-spacing:字符间距
2 text-decoration:设置底线、顶线等。
如:none underline overline
3 text-align: 文字的对齐方式
颜色和背景属性
color:定义颜色
background-color:一个元素的背景颜色
background-image:背景图像
Background-repeat:背景图像如何被重复
Background-attachment:背景图像的依附方式
Background-position:背景图像的初始位置

背景属性的用法:
color:red
background-color:red
background-image:url(图像地址)
Background-repeat:repeat-y -x
Background-attachment:scroll fixed
Background-position:100%,100%

边框属性:
  bord-top:上边框
bord-left:左边框
bord-reght:右边框
bord-bottom:底边框
边框属性的样式:

  1 none 无;
dotted:点;
dash:短线;
solid:实线;
dashed :虚线;